<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">		
.ys{clear:both;height:auto;width:100%;position:relative;}
.ys .ys_tit{width: 100%;height:auto;position: relative;padding: 0px 0px 50px 0px;float:left;}
.ys .ys_tit h3 {font-size: 3.5rem; color: #333333;font-weight:bold;line-height:2;display:block;width:100%;text-align:center}
.ys .ys_tit h3 a{ color: #333;font-weight:normal;text-align:center;transition: 400ms ease-in-out;}
.ys .ys_tit p{font-size:1.6rem;color:#777777;text-align:center;}

.ys .ys_tit:hover h3 a{color:#c00a0d;letter-spacing:6px;}

.ys .ys_mm{width:100%;}

.ys .ys_tit:hover h3 1{font-weight:bold; color: #c00a0d;}






.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.grabbing {
	cursor: url(grabbing.png) 8 8,move
}

.owl-carousel .owl-wrapper,.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}

.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 7px;
	border:solid #e5e5e5 1px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
font-size: 1.8rem;
font-weight: normal;
margin-top: 0;
text-transform: capitalize;
line-height: 3;
}
.post-slide .post-title a{
    display: inline-block;
    color: #333333;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide p{
    font-size: 1.4rem;
    color: #818181;
    line-height: 2;
	margin-bottom:2rem;
}


.post-slide .read-more {
  display: block;
border-top: solid #e5e5e5 1px;
width: 100%;
clear: both;
height: 4rem;
padding: 10px 15px;
}

.post-slide .read-more span{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #969696;
	border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
	float:left;
	line-height:4rem;
}
.post-slide .read-more img{float:right;margin-top:1rem;}
.post-slide:hover .read-more span{
    color: #c00a0d;
    text-decoration: none;
}

.post-slide:hover .post-title a{color:#000;letter-spacing:4px;}









@media(max-width:468px){

}
@media(max-width:768px){

}
@media(max-width:990px){


}
		</pre></body></html>